home *** CD-ROM | disk | FTP | other *** search
- #ifndef MF3D_TEXTUTILS_H
- #define MF3D_TEXTUTILS_H
- /*==============================================================================
- *
- * File: MFTEXTUT.H
- *
- * Function: Text utility routines
- *
- * Author(s): Rick Wong (RWW)
- *
- * Copyright: (c) 1995 by Apple Computer, Inc., all rights reserved.
- *
- * Change History (most recent first):
- * Fabio Changed file name to 8 characters
- * F2G_RWW File created.
- *==============================================================================
- */
- #if defined(__COMPILING_ON_MACINTOSH__)
- #pragma once
- #endif
-
- #include "MFTYPES.H"
-
- MF3DInt32 MF3D_CmpStrInsensitive(const char *string1, const char *string2);
- MF3DCStringPtr MF3D_DuplicateCString(MF3DCStringPtr inStringPtr);
-
- #endif
-